home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / move11a.zip / MOVE11A.DOC < prev    next >
Text File  |  1991-12-13  |  4KB  |  92 lines

  1.  
  2.   MOVE v1.1a    Fast File Mover   
  3.  
  4.   This ZIP archive should contain three files:  MOVE.EXE, MOVE5.EXE and 
  5.   MOVE11a.DOC (this file).
  6.  
  7.   MOVE is one of those utilities that DOS apparently forgot!  
  8.   
  9.   Instead of having to copy files (maybe with verification), then compare
  10.   the files and finally go back and delete the originals... you can now
  11.   use MOVE and accomplish all this in one command!  And if you select the 
  12.   compare option (/c), a file named "MOVECOMP.DAT" will be created in the 
  13.   currently logged drive's root directory.  This file will contain any per-
  14.   tinent information regarding the compare function, i.e. errors, etc.  This 
  15.   file will be created or updated every time you use MOVE with the /c option.
  16.  
  17.   Copy MOVE.EXE to your DOS directory (or any other directory in your path)
  18.   and use it like other DOS commands.  It even responds like DOS commands
  19.   with the /? parameter by bringing up instructions.
  20.   
  21.   NOTE:  If you're using DOS 5.0, you can copy MOVE5.EXE to your DOS direc-
  22.          tory, renaming it MOVE.EXE.  This will allow faster file comparing 
  23.          when running under DOS 5.0.
  24.  
  25.   Syntax:
  26.  
  27.         MOVE /?   brings up the instructions.
  28.         
  29.         MOVE {filespec to move} {destination} [option]
  30.  
  31.           Options:
  32.  
  33.                /v   Verify data count during move.
  34.                /c   Compare files in new destination with old files. 
  35.                
  36.          -- Only one option at a time is supported on the command line.  
  37.          -- Not specifying an option moves files fastest by not verifying 
  38.             or comparing data.        
  39.          -- Full pathnames are supported for MOVE.
  40.          -- For quicker use, if MOVE is in your path, you may specify "."
  41.             for the destination to MOVE files to the currently logged drive/
  42.             directory.
  43.          
  44.         MOVE /d [drive:]    Deletes the MOVECOMP.DAT file from the specified 
  45.                             drive.  EXAMPLE:   MOVE /d a:  will remove the 
  46.                             MOVECOMP.DAT file from the root directory of the
  47.                             diskette inserted in drive a:.
  48.                             The drive parameter is optional, if you wish to
  49.                             remove the MOVECOMP.DAT file from the currently 
  50.                             logged drive's root directory.
  51.   
  52.   Well, that's it... except that this is my first release of any kind to the 
  53.   public.  I know it's not much, but it's immensely useful!  I make no 
  54.   warrantys of any kind regarding this program.  Although there seems to be 
  55.   no bugs, use it at your own risk.  
  56.   
  57.   I ask that you share this archive with it's three files intact.  If you 
  58.   feel that MOVE is worthwhile, please consider sending me a donation of 
  59.   $5.00 so I can afford to keep my computer.....  Thanks!
  60.  
  61.                                        David Kakenmaster
  62.                                        890 N. Tabor Ct.
  63.                                        Castle Rock, CO 80104-9715
  64.  
  65.                                        13 Dec 1991.
  66.  
  67.   Revision history:
  68.  
  69.   v1.1a  -Bug fixes:  The comparison data file is now created ONLY when the
  70.           /c option is chosen.  Before, it was being created with either the 
  71.           /c or no switch.  Also, this file now shows the actual comparison 
  72.           outcome (it was showing nothing for any comparison!).
  73.          -Made the /d parameter easier to use.  Now, if no drive is specified
  74.           MOVE looks for the MOVECOMP.DAT file in the currently logged 
  75.           drive's root directory.  Much faster to use.
  76.  
  77.   v1.1   -DOS messages now hidden.
  78.          -MOVE function is now a little bit faster all the way around.
  79.          -MOVE now supports DOS' returned errorlevels, for file safety.  If 
  80.           any problem occurs, the original will not be deleted.
  81.          -Added the MOVECOMP.DAT file to record any errors found during the
  82.           compare sequence.  Also added delete function to delete this file
  83.           when no longer needed.
  84.          -Added MOVE5.EXE for faster file comparison if you have DOS 5.0.
  85.  
  86.   v1.0b  -Added completion message based on returned errorlevel of 0.  Since
  87.           MOVE can't hide the DOS displays (yet), this end message should
  88.           help settle doubts regarding whether the move was successful.  
  89.           Never released.
  90.  
  91.   v1.0a  -Initial release.
  92.